home *** CD-ROM | disk | FTP | other *** search
- # The commands in this file are always sent to the TNC when the mailbox
- # program is started up.
- # The program forces
- # mon off
- # conok off
- # echo off
- # as it starts up. However, they are also included in this file just to be
- # safe. If, like me, you also use a modem on the serial port and start the
- # BBS up with the modem connected, these commands will get dumped into the
- # modem. Then when you switch the plug to the TNC, it won't have seen the
- # commands. The critical one is actually the 'echo off' because if echo is
- # on after this file has been processed, the BBS will go into an infinite
- # loop sending a 'C' command to the TNC and then you'll have to reboot.
- # Autolf off should be here but is not essential as it only
- # affects the spacing of output during monitoring.
- # The streamdb MUST be on for the program to handle the streamswitch
- # character(s) properly.
- # Anything else you want can be dumped in here too.
- # As you can see comments are introduced by the # symbol at the front of
- # the line. A CLI command can be introduced with the ! symbol and there
- # should NOT be a space between it and the first letter of the command
- # itself. Some commands could cause disaster so be careful.
- # I execute cli.on here to create the ram:files directory and load it with
- # the specified files from df1:cbbs/files to speed up access. Every ten
- # minutes the cleanup routine executes a command file that copies the
- # user.dat and other files to disk to keep them up to date.
- # If a forwarding time occurs, then it is
- # done first and then the cleanup is run.
- !execute cli.on
- conok off
- mon off
- echo off
- autolf off
- autocr 80
- bkondel on
- check 30/30
- cstamp on
- dayusa off
- dbldisc off
- diddle on
- dwait 0/8
- flow on
- filter on
- headerln on
- kntimer 5
- lowtones on
- mcom on/on
- mresp on/on
- mrpt on/on
- mstamp on
- mynode ve5va-3
- mypbbs ve5va-2
- mygate ve5va-1
- newmode on
- paclen 25/0
- resptime 12/12
- ring on
- slottime 5/5
- statshrt on
- streamca on
- tries 2
- bbsmsgs on
- streamdb on
- users 1/1
- canline $18
- xflow off
- txflow off
- # Next two commands work around a bug in the KAM but only solve it for
- # the VHF side. The thruput of the KAM dies very badly when on a busy
- # channel because it uses TXD as the major determining factor of how long
- # to wait before retrying an unacknowledged packet. If at that time it
- # sees carrier on, then it waits for another whole retry interval even
- # if the channel then goes clear. So put most of the txdelay into the
- # axdelay so that we don't wait for ever.
- txd 70/5
- axd 25
- maxframe 4/4
- ndmon on
- frack 4/4
- start 0
- stop 0
- mcon off/off
- dwait 0/8
- beacon every 0/every 0
- unproto net113/mail
- gate on
- pbl
- dayt
- |adisco
-